home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 5_programming / quote < prev    next >
Encoding:
Text File  |  2002-10-28  |  689 b   |  17 lines

  1. Synopsis:
  2.    quote <protocol command> [<arguments>]
  3.  
  4. Description:
  5.    QUOTE is the client's mechanism for sending protocol commands directly
  6.    to the server.  EPIC does not parse the input string in any (though it
  7.    will expand variables as appropriate).  One recently popular use for
  8.    this is to take advantage of Undernet's extended LIST capabilities.
  9.  
  10. Other Notes:
  11.    The standard set of irc protocol commands are outlined in the Internet
  12.    standards document RFC 1459.  Many protocol implementations, such as
  13.    Undernet's, contain additional protocol-level features; consult the
  14.    source code and/or documentation for such implementations for specific
  15.    information.
  16.  
  17.